ti_armv7_common: env: Remove no longer needed mem_reserve
authorAndrew F. Davis <[email protected]>
Wed, 8 Jun 2016 15:19:14 +0000 (10:19 -0500)
committerTom Rini <[email protected]>
Sun, 12 Jun 2016 17:14:57 +0000 (13:14 -0400)
The kernel can now use DT to reserve memory carveouts and
these areas are now the default for drivers that need reserved
memory, so reserving more here is unneeded and any memory reserved
this way will be wasted.

Signed-off-by: Andrew F. Davis <[email protected]>
Reviewed-by: Lokesh Vutla <[email protected]>
include/configs/ti_armv7_keystone2.h

index 707106ffab8d3c8afb33793b1fb0964b2353381e..2ee26c40367077d67d88d717ea6b232358c48f9a 100644 (file)
        "tftp_root=/\0"                                                 \
        "nfs_root=/export\0"                                            \
        "mem_lpae=1\0"                                                  \
-       "mem_reserve=512M\0"                                            \
        "addr_ubi=0x82000000\0"                                         \
        "addr_secdb_key=0xc000000\0"                                    \
        "name_kern=zImage\0"                                            \